curl --request GET \
--url https://edb-with-gifs-and-images-by-ascendapi.p.rapidapi.com/api/v1/bodyparts \
--header 'X-RapidAPI-Key: <api-key>'{
"success": true,
"data": [
{
"name": "<string>"
}
]
}Was this page helpful?
curl --request GET \
--url https://edb-with-gifs-and-images-by-ascendapi.p.rapidapi.com/api/v1/bodyparts \
--header 'X-RapidAPI-Key: <api-key>'{
"success": true,
"data": [
{
"name": "<string>"
}
]
}