Api-Key: ********************{
"text": "test text",
"line_number": "50002178584000",
"recipients": [
"09120000000"
], // array of recipient phone numbers
"number_format": "english",
"schedule": "2025-08-20 15:30:00", // nullable(chosen time to send)
}curl --location --request POST 'https://api.iranpayamak.com/ws/v1/sms/simple' \
--header 'Accept: application/json' \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "test text",
"line_number": "50002178584000",
"recipients": [
"09120000000"
], // array of recipient phone numbers
"number_format": "english",
"schedule": "2025-08-20 15:30:00", // nullable(chosen time to send)
}'{
"status": "success",
"data": 0,
"messages": "string"
}