cURL
curl --request POST \ --url https://demoapi.saasphereltd.com/api/v1/accounts/profile \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "search_query": "CUST001" } '
{ "status": "00", "message": "Profile updated successfully", "data": {} }
Paste only the token (no "Bearer " prefix).
The customer ID, email, phone, or BVN to search.
"CUST001"
"00"
"Profile updated successfully"