Skip to content

Instantly share code, notes, and snippets.

@burcuakkayaa
Created December 13, 2023 14:36
Show Gist options
  • Save burcuakkayaa/fc0f0b734a74d66f308bfc6a3f71b973 to your computer and use it in GitHub Desktop.
Save burcuakkayaa/fc0f0b734a74d66f308bfc6a3f71b973 to your computer and use it in GitHub Desktop.
{
"request": {
"method": "POST",
"url": "/products"
},
"response": {
"status": 201,
"body": "{\n \"id\": 31,\n \"title\": \"test product\",\n \"price\": 13.5,\n \"description\": \"lorem ipsum set\",\n \"image\": \"https://i.pravatar.cc\",\n \"category\": \"electronic\"\n}\n",
"headers": {
"Content-Type": "application/json; charset=UTF-8"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment