curl --request POST \
--url https://api.buildwithchirp.com/v1/organization/whatsapp/business-profiles/cancel-attempt \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"attemptId": "wss_2DbBs7GWhGvVNJGrDXr5RG0mBWI",
"errorMessage": "<string>",
"errorId": "<string>",
"sessionId": "<string>",
"currentStep": "<string>"
}
'