curl --location 'https://mohom.kr/api/v1/fax' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"faxNumber": "0212345678",
"fileKeys": [
"string"
],
"hookUrl": "https://partner.example.com/hooks/fax",
"refId": "string",
"title": "string"
}'{
"faxId": 0,
"refId": "string",
"status": "processing"
}