{
"type": "profile-picture"
}curl --location --request DELETE 'https://api.chattabox.com/v1/user//picture' \
--header 'Authorization: Bearer some-random-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "profile-picture"
}'{
"success": true,
"statusCode": 200,
"data": {
"user": {
"id": "cm1jb6nsf000008jp4poz6y4n",
"email": "hiseous@gmail.com",
"displayName": "Hisoeus Hiseous",
"firstName": "Hiseous",
"lastName": "Hiseous",
"country": "Nigeria",
"description": "some new user's description"
}
}
}