curl --location --request GET '/apiA' \
--form 'body_str="hello"' \
--form 'body_int="1234"' \
--form 'body_num="33.33"'{
"id": 1,
"name": "doggie",
"photoUrls": [
"string"
],
"status": "available",
"tag": {
"id": 1,
"name": "string"
}
}