curl --location --request POST '/api/v1/suppliers' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 2,
"data": "{\"name\":\"Victor Deleted\",\"phone\": \"+2348061518938\",\"thumbnail\":\"myphoto\"}"
}'{
"success": true,
"message": "Supplier successfully added",
"data": {
"id": 1,
"userId": "63ff4b74bb3dd17abbe103f8",
"name": "Victor Samuel",
"phone": "+23480615189479",
"thumbnail": "myphoto",
"_id": "6425537515dbe4c69a16a750",
"createdAt": "2023-03-30T09:16:37.590Z",
"updatedAt": "2023-03-30T09:16:37.590Z",
"__v": 0
}
}